home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / wordproc / wf_v31c.arj / DOCS / WF.G < prev    next >
Text File  |  1992-01-31  |  48KB  |  995 lines

  1. .f3                              - # -              Appendix G - Trouble Shooting
  2. .rm70
  3. .tc
  4. .tc G. TROUBLE SHOOTING ...................................#
  5. APPENDIX G   TROUBLE SHOOTING
  6.  
  7. Sometimes things do not happen quite the way you imagined they would.
  8. This section covers commonly asked questions, as well as a list of
  9. error messages and what they mean.{.╬}
  10. {.╬}
  11. .tc    Questions ..........................................#
  12. Questions
  13.  
  14. .RRL W     !       !       !       !       !       !       !       !    R
  15. Q I can't seem to change the line spacing even though I select a new
  16.   line height{.╬}
  17.   {.╬}
  18. A To print using a different line spacing, say double line spacing or
  19.   perhaps 8 lines per inch instead of 6 lines per inch. This can be
  20.   done from the Margins sub menu of the Options menu (F10 O M S), from
  21.   the print menu itself, or by embedding .LH dot commands in your
  22.   text.{.╬}
  23.   {.╬}
  24.   They all alter the line spacing on the printer by the same
  25.   technique- they change the actual height of the line that the
  26.   printer uses. Different printers use different units to measure the
  27.   line height. The old standard was 1/48th inches so that 6 lines per
  28.   inch was 8 units, while 8 lines per inch was 6 units, and double
  29.   line spacing was 16 units. Modern printers use 1/60 inches, 1/72
  30.   inches, and sometimes 1/180 inches or even 1/360 inches.{.╬}
  31. {.╬}
  32.   If you use the .LH dot command, then you must insert the correct
  33.   number of units, as well as tell Word Fugue their magnitude.{.╬}
  34.   {.╬}
  35.   For Example:{.╬}
  36.                   .LH 12/72       6 (6 lines per inch in 72nd inch){.╬}
  37.                   .LH 9/72        8 lines per inch{.╬}
  38.                   .LH 20/60       3 lines per inch (double spacing){.╬}
  39.   {.╬}
  40.   The first number is the number of units, the second is their
  41.   magnitude.{.╬}
  42.   {.╬}
  43.   For this to work you must also have the correct sequence set up in
  44.   the PDF you are using. If you go to the print menu (^KP) and then
  45.   Edit the printer sequences, look at the one that says "Line Height".
  46.   (Chapter 16 tells you how to edit a Printer Definition File). The
  47.   sequence will include either a # character or a $ character. Word
  48.   Fugue will replace this character by the number of units in the line
  49.   height command.{.╬}
  50.   {.╬}
  51.   In the Epson LQ2500, one of the line height sequences is <ESC>An
  52.   where n is the desired height in 1/60 inch. It requires that n be a
  53.   binary number, so you would enter the sequence <ESC> A # into your
  54.   "Line Height" sequence (without the intervening spaces). The #
  55.   indicates to Word Fugue that it should replace it with a binary
  56.   number for line height.{.╬}
  57. {.╬}
  58.   If you have a Laserjet emulation, the sequence is something like
  59.   <ESC>&l$C where $ indicates that the height is a character
  60.   representation of the number.{.╬}
  61. {.╬}
  62.   If the sequence includes a '#', it will be replaced by the decimal
  63.   equivalent of the number following the .LH command. Thus .LH 20/60
  64.   with a sequence of <ESC>A# would send <ESC>A<Ctrl T> to the printer.
  65.   <Ctrl T> is the printable equivalent of decimal 020. If the number
  66.   is bigger than one character, the low byte comes first thus
  67.   <ESC>Amn where the number = m + 256*n. This is the format that most
  68.   printers expect.
  69.  
  70.   If the sequence includes a '$' sign, it will be replaced by the
  71.   character representation of the number itself. Thus .LH 20/60 with a
  72.   sequence of <ESC>&l$C would send <ESC>&l20C to the printer.{.╬}
  73.   {.╬}
  74.   If you use either the Margins submenu or the Print menu, then Word
  75.   Fugue will send the appropriate sequence to the printer as described
  76.   above. BUT the program will have to calculate the correct decimal
  77.   value to send, and this depends upon the units. The default value is
  78.   1/48th inch unless specified otherwise. If this is not the correct
  79.   unit for your printer, then you must specify the correct value for
  80.   it in your PDF.{.╬}
  81.   {.╬}
  82.   All PDFs will have a value stored, and if you activate the Print
  83.   Menu, you will see the initial setting and units displayed:{.╬}
  84.      Initial line size  Normal = 6 lines per inch  (.LH 8/48){.╬}
  85.   If this is the incorrect value, then you will need to change it. The
  86.   appropriate slot is the one immediately underneath the Line Height
  87.   slot - it should be marked LH unit 1/n inch, but if you are using a
  88.   PDF from a previous version, it may be marked Reserved{.╬}
  89.   {.╬}
  90.   When you edit this slot, change the value displayed to the one you
  91.   want - for 1/60 th inch you would enter 60{.╬}
  92.   {.╬}
  93.   If you edit your PDF and make changes, do not forget to save them,
  94.   or they will be lost when you exit the program.{.╬}
  95.   {.╬}
  96.   If you do not want to change the PDF yourself, then please contact
  97.   Fugue Software. You should be prepared to furnish us with a copy of
  98.   the relevant parts of your printer manual so that we can configure a
  99.   PDF for you. {.╬}
  100. {.╬}
  101. {.╬}
  102. Q Can I mix Landscape and Portrait mode in the same document?{.╬}
  103. {.╬}
  104. A Yes, as long as your printer is capable of both Portrait and
  105.   Landscape printing. You need to do the following things:{.╬}
  106.   {.╬}
  107. .RRL !  W  !       !       !       !       !       !       !       !    R
  108.   1. The first line of the page that is to start Landscape printing
  109.      you should insert a Page Length dot command (.PL n) with the
  110.      appropriate value of n for the landscape pages.If you do not do
  111.      this then Word Fugue will still paginate the document as for
  112.      portrait mode{.╬}
  113.      {.╬}
  114.      For Example:{.╬}
  115.          US Letter size paper is 66 lines long in portrait mode, but
  116.          only 48 lines long in Landscape mode. If you were using this
  117.          paper, you would insert .PL 48 as the first line of the page.{.╬}
  118.          {.╬}
  119.   2. Check you PDF to see whether a sequence for swapping to and from
  120.      landscape mode has been defined. If not, then you should select
  121.      one of the spare sequences, and edit them so that the ON sequence
  122.      selects Landscape mode, and the OFF sequence selects Portrait
  123.      mode.{.╬}
  124. {.╬}
  125.   3. Insert the code for the sequence into the start of the next line.
  126.      If you are using Headers, you will need to include it as the
  127.      first character in the header line. This means that you will need
  128.      to define a separate header for the Landscape pages.{.╬}
  129.      {.╬}
  130.      At this point you should be able to print some pages in Landscape
  131.      mode{.╬}
  132.      {.╬}
  133.   4. On the first page that you want to print in portrait mode after
  134.      the landscape pages you need to reverse the procedure you used to
  135.      set up landscape mode:{.╬}
  136.      {.╬}
  137.      ■ First line should change the page length back to 66 lines (or
  138.        whatever you are using) with the .PL command. {.╬}
  139.      ■ Insert the same control code that you inserted to start
  140.        landscape printing. The second occurrence will turn it OFF{.╬}
  141.     {.╬}
  142. .RRL W     !       !       !       !       !       !       !       !    R
  143.  
  144. Q My line drawing characters (or European characters) appear on the
  145.   screen, but they print as italic characters.{.╬}
  146.   {.╬}
  147. A If you have a laser printer, you should check that you have selected
  148.   the correct font for printing. Most laser printers will allow you to
  149.   print out all the available fonts. You will need to select the
  150.   appropriate font for these characters to work. If necessary, you can
  151.   insert a print control code for the correct font before the
  152.   characters you want to print, and then switch back to the original
  153.   font when you have printed these characters. If your whole document
  154.   includes European characters, you should select the correct font
  155.   before you start. You may even need to read your printer manual so
  156.   that you can set up copies of the font in italic and bold.{.╬}
  157.   {.╬}
  158.   If you have a dot matrix or similar, not only should you check that
  159.   the printer is capable of printing these characters - you may need
  160.   to change some switch settings so that they will print. Most dot
  161.   matrixes have a mechanism whereby you can print italic characters or
  162.   graphic & European characters, but not both without some software
  163.   switching. It is an unfortunate fact that if you select any 3
  164.   supposedly identical printers that one will be different from the
  165.   other two.{.╬}
  166.   {.╬}
  167.   The EPLQ2500.PDF for Epson compatible printers includes code during
  168.   the Initialise sequence to set graphics characters (<ESC>t<CtrlA>).
  169.   In order to print italics, it must switch off the graphics
  170.   characters, then set italic characters (<ESC>t<NULL><ESC>4) and
  171.   conversely when italics are deselected, it must turn off italics and
  172.   reselect graphics (<ESC>5<ESC>t<CtrlA>). If your printer is not Epson
  173.   compatible, then you cannot use these sequences, but must use the
  174.   correct ones for your printer.{.╬}
  175.   {.╬}
  176.   If your PDF does not include these sequences, then you will need to
  177.   include them.{.╬}
  178.   {.╬}
  179.   If you do not want to change the PDF yourself, then please contact
  180.   Fugue Software. You should be prepared to furnish us with a copy of
  181.   the relevant parts of your printer manual so that we can configure a
  182.   PDF for you. {.╬}
  183. {.╬}
  184. {.╬}
  185. Q Sometimes there is a blue box around the screen, and sometimes there
  186.   isn't.{.╬}
  187.   {.╬}
  188. A This is actually the same colour as the status line. Many people
  189.   like it - they feel it defines the area of the screen available for
  190.   editing. It is set up for each of the standard screen sizes.
  191.   However, if you switch to X - Use Start up size, the program will
  192.   not set up the border. {.╬}
  193.   {.╬}
  194.   You can make it disappear by changing the status line to anything on
  195.   black (eg green on black), saving the setup, and then selecting your
  196.   current display size again. Alternatively, you can set the default
  197.   display size to X (accept screen as is on start up), save the setup,
  198.   and restart. Of course you won't be able to use 28 x 80, since the
  199.   box will reappear when you switch to that mode. You could also try
  200.   changing it to the same colour background as the text (ie anything
  201.   on blue), and it will blend in with the text.   {.╬}
  202. {.╬}
  203. {.╬}
  204. Q I see the Standard macro file has macros to replay a line drawing
  205.   character. However, I want to replay the same character several
  206.   times, and the "replay multiple times" command does not give me what
  207.   I want{.╬}
  208.   {.╬}
  209. A If you want to replay a single line drawing character once, you
  210.   would use the entries you were selecting, BUT by pressing ALT 0 not
  211.   ALT - (the 0 next to the - key above the letters, NOT the 0 key in
  212.   the numeric keypad) to select a single replay of the macro, which
  213.   will load the line drawing macro file, allow you to select one
  214.   character, replay that character, and then re-load WF.MAC. (To get
  215.   technical, this is why they will not work in multiple replays - they
  216.   are macros that load macro files and then replay macros contained
  217.   within the new macro file, before reloading the old macro file -
  218.   rather complicated). They were intended for when you wanted to
  219.   insert only one character, and did not want to go through the hassle
  220.   of loading the second macro file etc manually. They also serve as an
  221.   example for other similar situations when you want to create your
  222.   own macros.
  223.  
  224.   What is happening is that several copies of the selected macro are
  225.   being pushed into the keyboard buffer, instead of several copies of
  226.   the line drawing character, which is what you really want.
  227.  
  228.   The Solution
  229.  
  230.   Firstly, you need SINGLE.MAC or DOUBLE.MAC loaded before you can
  231.   replay them many times. Press Alt L and you will be prompted with
  232.   the name of the macro file to load. You will need to type in the
  233.   name including the Word Fugue directory name:
  234.  
  235.     eg C:\WF\SINGLE.MAC
  236.  
  237.   or type in the Word Fugue directory name followed by a file name
  238.   mask
  239.  
  240.     ie  C:\WF\*.MAC
  241.  
  242.   which will allow you to select the macro file you want from the
  243.   list. Once you have loaded the new macro file, pressing ALT - will
  244.   give you the results you are looking for. You will see a list of
  245.   possible line drawing characters to select from.
  246.  
  247.   Note that the other macros will not be available while you have the
  248.   line drawing macros loaded. You will need to reload WF.MAC when you
  249.   want to use them.
  250. {.╬}
  251. {.╬}
  252. Q Word Fugue sometimes comes up in black and white instead of colour{.╬}
  253.   {.╬}
  254. A Word Fugue interrogates BIOS to determine whether you system is set
  255.   to colour or black and white. If BIOS reports that the system is
  256.   black and white, Word Fugue will load in Black and White. You will
  257.   find that this happens after running one particular program, which
  258.   will be switching your machine back to black and white before it
  259.   exits.{.╬}
  260.   {.╬}
  261.   The solution is to use the DOS MODE command to switch back to
  262.   colour:{.╬}
  263.   {.╬}
  264.         MODE CO80{.╬}
  265.         {.╬}
  266.   before you start Word Fugue after you have run the program that
  267.   switches to black and white.{.╬}
  268.   {.╬}
  269.   {.╬}
  270. Q I have a black and white monitor, but sometimes Word Fugue comes up
  271.   in shades of grey that is difficult to read.{.╬}
  272.   {.╬}
  273. A This is the corollary of the question above. Some program is
  274.   switching your machine to colour, and Word Fugue detects that and is
  275.   coming up in colour (but your monitor shows the colours as shades of
  276.   grey).{.╬}
  277.   {.╬}
  278.   Use the DOS MODE command to change the display mode back to black
  279.   and white before loading Word Fugue:
  280.  
  281.       MODE BW80         for black and white  (try this one first)
  282.       MODE MONO         for monochrome (works the same as black and
  283.                         white, but different)
  284.  
  285.   you may find that one command gives you the results you want, while
  286.   the other does not. (You may even see a blank screen for mode mono
  287.   if your card cannot handle this.)
  288.  
  289.   Alternatively, run Word Fugue with the parameter /B to tell it to
  290.   use black and white colours regardless of the monitor card mode.
  291.  
  292.            WF *.* /B{.╬}
  293.       or   WF letter.txt /B{.╬}
  294.       or   WF /B{.╬}
  295. {.╬}
  296. {.╬}
  297. .CP5
  298. Q When I start Word Fugue, it comes up with a blank screen. Then I
  299.   select Open Another Window to open a file for editing, and the file
  300.   comes up in the bottom half of the screen only.{.╬}
  301.   {.╬}
  302. A When you run Word Fugue, it loads with an empty work space titled
  303.   <none>, which means that there is no associated disk file. This
  304.   occupies the first window. If you then press F10 F O you are
  305.   requesting it to "Open Another window", which is why you see the
  306.   second window on screen.
  307.  
  308.   What you should be doing is:{.╬}
  309.   either
  310.  
  311.   1.    WF MYFILE{.╬}
  312.   or{.╬}
  313.   2.    WF {.╬}
  314.         F3 {.╬}
  315.         MYFILE{.╬}
  316.         enter{.╬}
  317.  
  318.   Option 1 will load Word Fugue with a work space titled MYFILE. If
  319.   the file already exists on disk, it will be read in. If the file
  320.   does not already exist, you will see an empty window ready for you
  321.   to type your file.
  322.  
  323.   Option 2 will load Word Fugue with the un-named work space <none>,
  324.   and then command it to replace that with a file called MYFILE. As in
  325.   option 1 the file will be loaded if it exists, otherwise you will
  326.   see an empty workspace.
  327.  
  328.   Pressing function key F3 achieves the same effect as pressing F10 F
  329.   N for New file in this workspace. If the existing contents have been
  330.   modified (you will see a ■ beside the file name) you will be asked
  331.   whether you want to save the existing file before loading a new
  332.   file.
  333.                             {.╬}
  334. {.╬}
  335. Q I can't get any different fonts like italic or underlining to print.
  336.   Sometimes I also get garbage printed.{.╬}
  337.                                        {.╬}
  338. A You are using the wrong printer driver. It is an unfortunate fact
  339.   that different brands of printers require different printer drivers.
  340.   Unless you tell it otherwise, Word Fugue comes configured for a
  341.   standard Epson printer, which is the most common printer around.
  342.  
  343.   You need to know the brand of your printer, and possibly the command
  344.   set it uses. Many of the lesser known printers copy the command set
  345.   from a better known printer, sometimes accurately, sometimes with
  346.   inaccuracies, which makes life difficult when we try to support a
  347.   number of different printers.
  348.  
  349.   If you call up the print menu (F10 F P or ^KP), you will see one of
  350.   the entries is "Which printer". The text beside it probably reads
  351.   "EPSON.PDF". Press "W" to change that value. You should be prompted
  352.   with
  353.  
  354.      D:\WF\*.PDF
  355.  
  356.   Each of the printer drivers for Word Fugue are stored in their own
  357.   files, with the extension set to ".PDF" for Printer Definition File.
  358.   If you press Enter at the prompt, you should see a list of printer
  359.   definition files. Highlight one with a name close to that of your
  360.   printer (or its emulation). The descriptions on the right hand side
  361.   should help. Once you have highlighted one, press Enter to select
  362.   it. {.╬}
  363.   {.╬}
  364. .RRL !    W        !       !       !       !       !       !       !    R
  365.   Note you may need to change to the directory in which you installed
  366.        Word Fugue if you are currently in a different directory and
  367.        you have never installed the Home Directory. If the Home
  368.        Directory is installed, Word Fugue will look there, otherwise
  369.        it will look in the current directory.{.╬}
  370. .RRL W     !       !       !       !       !       !       !       !    R
  371.  
  372.   Now you will be back at the print menu. You should test your chosen
  373.   PDF to see if it works better. (If it doesn't, try another one).
  374.   Once you are satisfied that you have selected a PDF that works, you
  375.   should save the configuration (F10 O S) so that Word Fugue will use
  376.   it next time you run the program.
  377.  
  378.   If this doesn't solve the problem, or you cannot find a PDF that
  379.   resembles your printer name, we may need to configure a PDF for you.
  380.   You will need to send us your printer manual (you will get it back!)
  381.   or a photo copy of it. We will send you a PDF configured to work
  382.   with your printer. You would install it as described above.
  383.  
  384. {.╬}
  385. Q I keep pressing Enter at the end of a paragraph, but when I reformat
  386.   the paragraph the lines below get "sucked up" into it.{.╬}
  387.   {.╬}
  388. A There are essentially 2 methods of delineating a paragraph - some
  389.   programs expect a single carriage return, while others expect a
  390.   double carriage return. By default, Word Fugue is one of the latter.
  391.  
  392.   With the former, you press Enter part way through a paragraph, and
  393.   wonder why the rest of the paragraph never reformats, while with the
  394.   latter you press enter to start a new line, and wonder why it
  395.   becomes included with the previous line (or the line below). It is a
  396.   stylistic matter, so of course most people love one and hate the
  397.   other.
  398.  
  399.   However, you can change Word Fugue's behaviour by the use of the
  400.   "Enter gives paragraph" option on the Format Options sub menu of the
  401.   Options menu. (F10 O F E) This toggles the behaviour of the Enter
  402.   key so that pressing Enter will insert a paragraph mark into the
  403.   text. Paragraph marks denote the end of a paragraph for formatting
  404.   purposes, just as a blank line would. Paragraph marks display on
  405.   screen.{.╬}
  406.   {.╬}
  407.   This won't of course change any paragraphs you typed prior to
  408.   changing the option, but you can go back and insert paragraph marks
  409.   by using the command Ctrl J J. This will insert a paragraph mark at
  410.   the cursor location, so you should ensure that the cursor is at the
  411.   end of a line.{.╬}
  412.   {.╬}
  413.   If you change Word Fugue's configuration, don't forget to save it!{.╬}
  414.   {.╬}
  415.   {.╬}
  416. Q Sometimes when I run Word Fugue, it complains that it cannot find
  417.   the help file or the dictionary file.{.╬}
  418.   {.╬}
  419. A You have probably changed from the Word Fugue directory to another
  420.   one containing your documents, and you haven't told Word Fugue where
  421.   to find its files.  You do this by installing Word Fugue's "Home
  422.   Directory".
  423.  
  424.   To install the home directory, start the program from the Word Fugue
  425.   directory. Press F10 O G (Pull down menu, Options, Global options).
  426.   If the line "Home directory" has nothing following it, then none is
  427.   installed. Press H for home directory. You will see a prompt with
  428.   the directory name. Press Enter to accept that, then press ESC to
  429.   return to the Options sub menu. Press S to save your set-up. When
  430.   you receive the confirmation message, you can press ESC 3 times to
  431.   return to the edit screen.
  432.  
  433.   A further thing to check whether you have been saving external
  434.   configuration files in different directories. If the Global Option
  435.   "Save configuration file" is ON, then the configuration will be
  436.   written to a file called WF.CFG in the current directory. (This is
  437.   intended for when you want different configurations in different
  438.   directories, but you MUST install the home directory first.) If you
  439.   start the program in a directory containing a WF.CFG, that stored
  440.   configuration will override the one you saved with the home
  441.   directory. If this second config file does not contain an installed
  442.   home directory, you will still have problems.{.╬}
  443.   {.╬}
  444.   If you haven't installed the home directory, then once you do you
  445.   should delete all the other WF.CFG files that may be in other
  446.   directories. You can create them again afterwards. Alternatively,
  447.   you can turn them off by use of the Global Option "Config file
  448.   WF.CFG" (F10 O G C). Turning this off stops Word Fugue from using
  449.   configuration files. Be sure to Save Setup after you change this.{.╬}
  450.   {.╬}
  451.   {.╬}
  452. Q I make changes to my Word fugue setup, but sometimes they seem to
  453.   get lost{.╬}
  454.   {.╬}
  455. A Word Fugue saves its configuration into a file called WF.CFG in the
  456.   current directory. This means that if you use different directories,
  457.   saving the configuration in one directory will not change that
  458.   stored in another. This feature was demanded by a number of people.
  459.   If you only need one configuration, then you should turn off the use
  460.   of the external configuration file. This is in the Global Options
  461.   menu (F10 O G C). Be sure to Save Setup after this.{.╬}
  462.   {.╬}
  463.   {.╬}
  464. Q What are the label macros in the WF.MAC file?{.╬}
  465.   {.╬}
  466. A These macros are activated by ESC F, ESC G, ESC H and ESC I. They
  467.   are intended for printing address labels on sticky labels. They are
  468.   assumed to be one label across, and 1½" deep. They are intended to
  469.   be used, but if you have different size mailing labels, you will
  470.   need to change the parameters that the file sets up.
  471.  
  472.   ESC F creates a file containing the control commands for label
  473.   printing - labels will not print correctly unless you have the
  474.   correct page length set. The macro sets a page length of 9 lines,
  475.   which corresponds to 1½" labels. If you have labels of a different
  476.   size, you need to change the page length to the appropriate size.
  477.  
  478.   ESC G copies a marked block to the label file, and sets it up as a
  479.   page. You would block mark the address you have typed, such as your
  480.   address at the front of this letter, and then ESC G would copy it to
  481.   the label file. You would normally do this if you are writing
  482.   several letters - as you write each letter, the addresses are
  483.   accumulated in the label file.
  484.  
  485.   ESC H will print the file containing the labels - you should first
  486.   load up your printer with the appropriate sticky labels. You would
  487.   normally do this once you had written and printed all the letters
  488.   you intended to write at that time.
  489.  
  490.   ESC I will delete the labels from the label file, leaving only the
  491.   control lines. You would do this once you had printed your labels,
  492.   to leave the file ready for the next time.
  493.  
  494.   If you have 2 or 3 labels across, you should change the .PA in the
  495.   macros to .CB for column break. You will also need to define snaking
  496.   columns in the file creation parameters.{.╬}
  497.   {.╬}
  498.   For example:{.╬}
  499.           .co 2,5 / 35,35{.╬}
  500.   for 2 columns of text 35 characters wide, with a gutter of 5
  501.   characters between them.{.╬}
  502.   {.╬}
  503.   The column break command will cause each new label to be pushed into
  504.   the next column, so that they will print across the page. You could
  505.   also print them down the page by deleting the .PA and not using the
  506.   .CB commands.{.╬}
  507.   {.╬}
  508.   {.╬}
  509. Q How do I obtain a preview of my Printing?{.╬}
  510.   {.╬}
  511. A You use the PREVIEW.PDF printer definition file, and print your text
  512.   to a file. You can then load that file to see how the text would
  513.   actually print. You can also use this functions with the "real" PDF
  514.   to create a file that can be copied to a printer at a later time,
  515.   but the print control sequences might get in the way.
  516.  
  517. {.╬}
  518. Q Sometimes I see little vertical bars in the Ruler line, and when
  519.   that happens the paragraphs do not seem to reformat properly.
  520.   Several other things seem not to work properly either{.╬}
  521.   {.╬}
  522. A You are operating the program in Multicolumn mode - the vertical
  523.   bars you see and the "Tbl R" or "Tbl I" in the upper right corner
  524.   give this away.{.╬}
  525. {.╬}
  526.   Multi column mode is used for 2 purposes:{.╬}
  527.     1.   Moving columns of text around the file{.╬}
  528.     2.   Defining multiple columns of text on screen. (Tables){.╬}
  529.  
  530. .CP5
  531.   You only operate in multi column mode if you have defined tables in
  532.   the ruler line, and you want to wrap each column of text separately,
  533.   yet have the table entries line up.{.╬}
  534. {.╬}
  535.   If you press Ctrl KN, you will turn this mode off. This will "fix"
  536.   the following problems:{.╬}
  537. .RRL  !     W      !       !       !       !       !       !       !    R
  538.    1.    Enter inserts a line above the cursor if in column 1, and
  539.          below the cursor otherwise{.╬}
  540.    2.    Justification problems - you weren't justifying the paragraph
  541.          as you thought, but were justifying a column of text{.╬}
  542.    3.    Problems marking text with the mouse - you can only mark a
  543.          columnar block of text with column mode on.{.╬}
  544.    4.    Assorted cursor positioning problems and block copy/move
  545.          problems. {.╬}
  546. .RRL W     !       !       !       !       !       !       !       !    R
  547. {.╬}
  548. .tc    Messages ...........................................#
  549. Messages
  550.  
  551.   This defines the error messages that Word Fugue may put out from
  552.   time to time.{.╬}
  553.   {.╬}
  554.  
  555.  
  556. .RRL   W   !       !       !       !       !       !       !       !    R
  557.   ** Warning VGA modes are NON standard **           {.╬}
  558.     The instructions used to achieve non standard line and screen
  559.     sizes may not work on your monitor. You are advised to test them
  560.     with no files loaded, just in case your machine locks up.{.╬}
  561.  
  562.   .DF - no file name specified                       {.╬}
  563.     You included a dot command to define a mail merge file of data,
  564.     but did not specify the name of the file. The format is{.╬}
  565.         .DF  filename{.╬}
  566.  
  567.   .SV - invalid format specifier                     {.╬}
  568.     You included a format specifier in the Set Value dot command, but
  569.     it is not valid. Refer to Mail Merge for more information{.╬}
  570.  
  571.   Abort printing? (Y/N)                              {.╬}
  572.     You have requested the print menu be displayed, but you are
  573.     already printing in background. Y will abort the printing and
  574.     display the menu, N will ignore the menu request and continue
  575.     printing.{.╬}
  576.  
  577.   Aux dictionary @@@@@@@ not found                   {.╬}
  578.     The auxiliary dictionary could not be found. The characters @@@@@@
  579.     will be replaced by the name of the file Word Fugue was seeking.
  580.     The name of the auxiliary dictionary can be set from the Lexicon
  581.     names sub menu of the Options menu. (F10 O L A){.╬}
  582.  
  583.   Cannot create another window now                   {.╬}
  584.     You already have 8 windows open, you cannot open another.{.╬}
  585.  
  586.   Cannot create index file                           {.╬}
  587.     The disk may be full, or your DOS FILES setting may be too low. It
  588.     should be at least 20{.╬}
  589.  
  590.   Cannot Open File To Generate TOC for               {.╬}
  591.     You requested a Table of Contents generation, but Word Fugue could
  592.     not locate the file name you specified. Please check its spelling{.╬}
  593.  
  594.   Cannot Open File To Index                          {.╬}
  595.     You requested an Index generation, but Word Fugue could not locate
  596.     the file name you specified. Please check its spelling{.╬}
  597.  
  598.   Cannot open include file @@@@@@@@                  {.╬}
  599.     Table of contents, Indexing or printing will process files
  600.     specified in .FI (file include) commands. However, the file name
  601.     @@@@@@@@ could not be found. Please check all your file include
  602.     statements{.╬}
  603.  
  604.   Cannot play back macro while recording             {.╬}
  605.     You are currently recording a macro. If you really do want to
  606.     replay a second macro, you must edit your macro after you have
  607.     recorded it.{.╬}
  608.  
  609.   Cannot read from a device                          {.╬}
  610.     You specified a file name that DOS has reserved as a device
  611.     identifier, and that device is output only, such as PRN.{.╬}
  612.  
  613.   Command aborted                                    {.╬}
  614.     You pressed ^U to abort a command such as index generation or
  615.     table of contents generation.{.╬}
  616.  
  617.   Cursor must be in marked block                     {.╬}
  618.     The block operation you requested requires that the cursor be
  619.     within the marked block. This is to prevent you from inadvertently
  620.     changing the block when it is not being displayed{.╬}
  621.  
  622.   Default extension may not contain wildcards        {.╬}
  623.     The default file extension for files that you create must be 1,2
  624.     or 3 characters. The extension will be added to each file you
  625.     create unless you specify an extension (or . for no extension). It
  626.     makes no sense to use wild cards here.{.╬}
  627.  
  628.   Dictionary @ not found                             {.╬}
  629.     The main dictionary could not be found. The characters @@@@@@ will
  630.     be replaced by the name of the file Word Fugue was seeking. The
  631.     name of the main dictionary can be set from the Lexicon names
  632.     sub menu of the Options menu. (F10 O L M) It is probable that you
  633.     have not installed the Home directory where Word Fugue will look
  634.     for its support files.{.╬}
  635.  
  636.   Disk read error                                    {.╬}
  637.     DOS reported a read error on the disk. Your file is probably
  638.     corrupted. You should probably throw away the disk and use another
  639.     one. You may need to resort to some file recovery utilities in
  640.     order to recover your text.{.╬}
  641.  
  642.   Disk write error occurred                          {.╬}
  643.     DOS reported a write error on the disk. The write operation is
  644.     aborted. If the disk is full, please insert another one and try
  645.     saving the file again. If you need to format the disk, you will
  646.     need to turn off AUTOSAVE, set Invoke Dos to Available memory, (so
  647.     that Word Fugue does not try to write anything to the disk), and
  648.     then shell to DOS to run the format command.{.╬}
  649.     {.╬}
  650. .CP5
  651.     It is also possible that the disk has bad tracks or sectors. In
  652.     this case you should probably throw the disk away.{.╬}
  653.  
  654.   Divide by zero                                     {.╬}
  655.     Your calculation encountered a divisor of zero, which gives an
  656.     undefined result. Please check your formula.{.╬}
  657.  
  658.   DOS critical error - Device not ready              {.╬}
  659.     If this occurs during a file read or write, you will need to have
  660.     your machine serviced. If you have just started writing or reading
  661.     a floppy, check that the drive door is closed{.╬}
  662.  
  663.   Error in level number in menu data file            {.╬}
  664.     The WF.EXE file has been corrupted. Please reinstall from your
  665.     original disks.{.╬}
  666.  
  667.   Error Reading Config File - DELETE & rerun         {.╬}
  668.     The file WF.CFG was found, but it did not contain a valid internal
  669.     identifier. Word Fugue will delete the file, but you must rerun
  670.     the program. The reason is that the file is used to update the
  671.     internal configuration, and the copy of the program in RAM may
  672.     have been corrupted.{.╬}
  673.  
  674.   Error reading help index                           {.╬}
  675.   Error reading help text                            {.╬}
  676.     The file WF.HLP has been corrupted. You should copy it from the
  677.     original disks, OR run WFINST to regenerate it from the WF.TXT
  678.     file. Refer to Appendix B for more information.{.╬}
  679.  
  680.   Error reading MM data file                         {.╬}
  681.     The Mail Merge Data file was opened, but an error was encountered
  682.     during reading. The file may be corrupt.{.╬}
  683.  
  684.   Error reading print file                           {.╬}
  685.     The file to be printed was opened, but an error was encountered
  686.     during reading. The file may be corrupt.{.╬}
  687.  
  688.   Error writing print output file                    {.╬}
  689.     The print spool file was opened for output, but an error was
  690.     encountered during writing. The disk may be full, or it may be
  691.     corrupt.{.╬}
  692.  
  693.   Error writing to configuration file                {.╬}
  694.     The configuration file WF.CFG was opened for output, but an error
  695.     was encountered during writing. The disk may be full, or it may be
  696.     corrupt.{.╬}
  697.  
  698.   Expected open paren                                {.╬}
  699.     The formula you specified appears to be missing an open
  700.     parenthesis ( at the cursor location. Please check that your
  701.     brackets match.{.╬}
  702.  
  703.   Expected operator                                  {.╬}
  704.     The formula you specified needs an arithmetical operator at the
  705.     cursor location. Please check your formula. Note that
  706.     multiplication is signified by * and not x!{.╬}
  707.  
  708.   Expected operator or closed paren                  {.╬}
  709.     The character encountered should not appear at this position in
  710.     the formula as specified. You are probably missing a closing
  711.     bracket or an arithmetic operator{.╬}
  712.  
  713.   Factorial overflow                                 {.╬}
  714.     The expression of Fact(n) is too large. The largest value that
  715.     Word Fugue can handle is approx 1.1*10^4932, which should be more
  716.     than adequate for most calculations. If you really do need numbers
  717.     this large you should probably get a special purpose program.{.╬}
  718.  
  719.   Fatal Runtime Error - Closing Files & Aborting     {.╬}
  720.     If you get this, we need to know about it. The program has
  721.     crashed, and is trying to save your files, but there is no
  722.     guarantee that this will be successful. Press Enter or Esc to
  723.     continue the termination process. When you are returned to the dos
  724.     prompt, you will see a message like {.╬}
  725.  
  726.         Run time error ### @ xxxx:yyyy{.╬}
  727.         {.╬}
  728.     Please write these numbers down, as well as some explanation about
  729.     what you were doing at the time, and send it to Fugue Software at
  730.     the address specified in the manual. Please also include your own
  731.     name and a contact address so we can get in touch with you.{.╬}
  732.  
  733.   File access denied                                 {.╬}
  734.     The file you tried to write to is marked as Read Only, or System
  735.     by DOS, or you are on a network, and someone else has opened the
  736.     file for writing.{.╬}
  737.  
  738.   File creation error or directory full              {.╬}
  739.     The disk may be full, or you are running in the root directory and
  740.     you have too many files. You should move some files to
  741.     subdirectories. The root directory on any disk has DOS imposed
  742.     limits on the number of files it can contain. For a 360k floppy
  743.     this only 112 files.{.╬}
  744.  
  745.   File Error writing TOC file                        {.╬}
  746.     The disk may be full, or your DOS FILES setting may be too low. It
  747.     should be at least 20{.╬}
  748.  
  749.   File exists!  Append or Overwrite                  {.╬}
  750.     You requested a block of data be written to disk, or that the
  751.     entire file be saved under another name. That file already exists.
  752.     Your options are to Append the data to the end of the file, or to
  753.     Overwrite the file with the new data.{.╬}
  754.  
  755.   File not found                                     {.╬}
  756.     You requested to read a file into your text, but that file could
  757.     not be found. It may be in another directory, on another disk, or
  758.     you may have misspelled it. Try the wildcards *.* and explore the
  759.     directories on your disk to see if you can locate the file.{.╬}
  760.  
  761.   Floating point overflow                            {.╬}
  762.     The expression you are trying to calculate is too large. The
  763.     largest value that Word Fugue can handle is approx 1.1*10^4932,
  764.     which should be more than adequate for most calculations. If you
  765.     really do need numbers this large you should probably get a
  766.     special purpose program.{.╬}
  767.  
  768.   Floating point underflow                           {.╬}
  769.     The expression you are trying to calculate is too close to zero to
  770.     process. The smallest value that Word Fugue can handle is approx
  771.     3.4*10^-4932, which should be more than adequate for most
  772.     calculations. Simply assume it is zero and be done with it.{.╬}
  773.  
  774.   Help file WF.HLP not found                         {.╬}
  775.     It is probable that you have not installed the Home directory
  776.     where Word Fugue will look for its support files.{.╬}
  777.  
  778.   Insert paper, press <Enter> to continue printing   {.╬}
  779.     This message comes up if you have requested that Word Fugue pause
  780.     between printed pages. Wait until the first page has printed, and
  781.     then insert the new page. When it is lined up, press Enter to
  782.     cause Word Fugue to continue printing.{.╬}
  783.  
  784.   Insufficient contiguous memory                     {.╬}
  785.     Word Fugue cannot find a block of memory large enough to perform
  786.     the operation you requested. If you have multiple windows open,
  787.     you should close as many as you can. Alternatively, exit the
  788.     program and reload it, since memory will be allocated
  789.     contiguously. This error can occur if you have been doing a lot of
  790.     editing with line deletion and creation. The computer memory
  791.     becomes sprinkled with small blocks of vacant memory, but none is
  792.     large enough.{.╬}
  793.  
  794.   Insufficient memory                                {.╬}
  795.     There is not sufficient memory for the operation you requested.
  796.     You may be trying to load a file that is too big.{.╬}
  797.  
  798.   Invalid directory path                             {.╬}
  799.     You specified a directory, but Word Fugue cannot find it{.╬}
  800.  
  801.   Invalid integer                                    {.╬}
  802.     Word Fugue asked for an integer, but you entered something else.
  803.     If you included a decimal point, delete it and the digits
  804.     following.{.╬}
  805.  
  806.   Invalid marker number                              {.╬}
  807.     You specified an operation such as go to a line marker number #,
  808.     but # is not in the range 0 to 9.{.╬}
  809.  
  810.   Line too long                                      {.╬}
  811.     The maximum size of any line is 999 characters. This includes any
  812.     font marker characters in your line. {.╬}
  813.  
  814.   Log argument error                                 {.╬}
  815.     You have probably requested the log of a negative number or zero.
  816.     Logarithms are not defined for these numbers.{.╬}
  817.  
  818.   Main program file not found                        {.╬}
  819.     You requested Word Fugue to Save its Setup, but it cannot find the
  820.     file WF.EXE. This file will be updated with the changes you
  821.     requested.{.╬}
  822.  
  823.   Marker has not been set                            {.╬}
  824.     You requested a go to marker number #, but that marker has not
  825.     been assigned.{.╬}
  826.  
  827.   Merge File Not Found                               {.╬}
  828.     The merge data file specified in the .DF dot command could not be
  829.     found.{.╬}
  830.  
  831.   No block is defined                                {.╬}
  832.     You requested a block operation such as block copy or move, but
  833.     you have not marked a block. You must do this first.{.╬}
  834.  
  835.   No files Press ESC to Continue                     {.╬}
  836.     You requested a directory display, but there are no files matching
  837.     your request. Try *.* instead, or check you spelling.{.╬}
  838.  
  839.   No likely alternatives found                       {.╬}
  840.     The word does not appear in the dictionary, and Word Fugue cannot
  841.     find any alternatives close enough to match. If you find this
  842.     happening, you have probably made at least 3 spelling mistakes in
  843.     the word. You can always edit it from the spelling menu and try
  844.     again.{.╬}
  845.  
  846.   Not a valid macro file                             {.╬}
  847.     The file you requested to be loaded is not a macro file. The
  848.     internal identifier is missing. You may have specified the wrong
  849.     file name, or the macro file may be corrupt.{.╬}
  850.  
  851.   Not a valid printer definition file                {.╬}
  852.     The Printer Definition file you requested to be loaded is not a
  853.     in a valid format. The internal identifier is missing. You may
  854.     have specified the wrong file name, or the PDF may be corrupt.{.╬}
  855.  
  856.   @@@@@@ not saved. Save? (Y/N)                      {.╬}
  857.     You have requested the file @@@@@@ be closed, but you have made
  858.     changes to it and you have not asked for them to be saved. Y will
  859.     save the changes, N will discard them.{.╬}
  860.  
  861.   Number outside of acceptable range                 {.╬}
  862.     You entered a number, but it is too big or too small.{.╬}
  863.  
  864.   Open Window command must have keystrokes assigned  {.╬}
  865.     When you reconfigured Word Fugue's keyboard, you deleted the
  866.     keystrokes assigned to the Open Window command. You will need to
  867.     reinstall this command with keystrokes for it.{.╬}
  868.  
  869.   Output file not specified                          {.╬}
  870.     You requested you print be spooled to a file, but you did not
  871.     specify any file name. You must go back and do that.{.╬}
  872.  
  873.   Output File same as Input File                     {.╬}
  874.     You specified that the spool file created by the printing to have
  875.     the same name as the file you want to print. This will cause the
  876.     original text file to be deleted when printing finishes. Are you
  877.     sure you want to do that?{.╬}
  878.  
  879.   Path not found                                     {.╬}
  880.     The combination of file name and directory name could not be
  881.     found.{.╬}
  882.  
  883.   Press ESC to exit, ENTER to continue               {.╬}
  884.     This is displayed after a number of warning messages. ESC will
  885.     abandon the operation, while Enter will continue it.{.╬}
  886.  
  887.   Print file not found                               {.╬}
  888.     The file you asked to be printed could not be found.{.╬}
  889.  
  890.   Printer command stack overflow                     {.╬}
  891.     You have probably specified headers or footers with printer
  892.     control sequences. The amount of characters in the header lines
  893.     plus the printer control sequences is greater than 1024
  894.     characters, causing this message. You should check your headers
  895.     and footers.{.╬}
  896.  
  897.   Printer not responding                             {.╬}
  898.     The printer is not turned on.{.╬}
  899.  
  900.   Printer off line                                   {.╬}
  901.     The printer is turned on, but is off line. Press the Online
  902.     button. You will need to enter a key to continue printing.{.╬}
  903.  
  904.   Printer out of paper                               {.╬}
  905.     The printer reports that it has run out of paper.{.╬}
  906.  
  907.   Problem closing Mail Merge File                    {.╬}
  908.     A DOS error was encountered while trying to close the mail
  909.     merge data file.{.╬}
  910.  
  911.   Problem closing print file                         {.╬}
  912.     A DOS error was encountered while trying to close the input print
  913.     file.{.╬}
  914.  
  915.   Problem closing print output file                  {.╬}
  916.     A DOS error was encountered while trying to close the output print
  917.     file.{.╬}
  918.  
  919.   Save modified document before printing? (Y/N)      {.╬}
  920.     You requested that a file be printed, but you have made changes to
  921.     it and not saved them. Y will save the changes and start printing,
  922.     while N will abandon the print request.{.╬}
  923.  
  924.   Sqrt argument negative                             {.╬}
  925.     Your calculation results in trying to take the Square root of a
  926.     negative number, which is invalid.{.╬}
  927.  
  928.   Start page is larger than stop page                {.╬}
  929.     You requested printing of only a selection of pages. You will need
  930.     to change the start and stop page numbers.{.╬}
  931.  
  932.   Stop spelling check? (Y/N)                         {.╬}
  933.     You pressed ESC once too often. Y will abandon the spelling check,
  934.     while N will continue.{.╬}
  935.  
  936.   Temporary margin must be left of right margin      {.╬}
  937.     A temporary margin must be within the Left and Right margins.{.╬}
  938.  
  939.   Temporary margin not available now                 {.╬}
  940.     Word Wrap has been turned OFF.{.╬}
  941.  
  942.   There is no matching Bracket or End!               {.╬}
  943.     You requested a match bracket operation, but there is none. {.╬}
  944.  
  945.   Typeahead buffer overflow                          {.╬}
  946.     You are typing while a foreground operation such as index
  947.     generation or table of contents generation is going on. The
  948.     internal buffer is full.{.╬}
  949.  
  950.   Unable to create .BAK file                         {.╬}
  951.     There may not be enough room on the disk, or the previous .BAK
  952.     file may be marked as Read Only, which means that Word Fugue
  953.     cannot delete it.{.╬}
  954.  
  955.   Unable to invoke DOS                               {.╬}
  956.     There is either insufficient memory available (you should try
  957.     changing the Global "Invoke Dos" option to "All memory") or the
  958.     program cannot find COMMAND.COM. When you exit Word Fugue, try
  959.     typing in SET at the dos prompt, and verify that you see a line
  960.     "COMSPEC = C:\COMMAND.COM" or similar. alternatively COMMAND.COM
  961.     may be on a floppy which is not in the drive.{.╬}
  962.  
  963.   Unable to reload WF_AUX.DIC                        {.╬}
  964.     The file is probably bigger than 64,000 characters. You should
  965.     probably add many of the words to the Main dictionary, and then
  966.     use Word Fugue to delete them out of the WF_AUX.DIC file.{.╬}
  967.  
  968.   Unknown printer error                              {.╬}
  969.     The printer reported an error other than OFF Line or Paper Out.
  970.     Please check your printer.{.╬}
  971.  
  972.   Valid page numbers are 1..4095                     {.╬}
  973.     You can only have pages numbered in this range.{.╬}
  974.  
  975.   Window is too small to divide                      {.╬}
  976.     The minimum window size is 2 lines. You cannot make this window
  977.     any smaller.{.╬}
  978.  
  979.   Word not recognised  @@@@@@@@                      {.╬}
  980.     The word @@@@@@ was not found in the Main dictionary or the
  981.     Auxiliary dictionary. You should now ask the spell checker to
  982.     suggest possible correct words.{.╬}
  983.  
  984.   Word too long for current margins                  {.╬}
  985.     You have a word that will not fit between the current margins. It
  986.     will appear on a line by itself.{.╬}
  987.  
  988.   Word wrap must be activated                        {.╬}
  989.     You need to turn on Word Wrap (^OW) for this operation.{.╬}
  990.  
  991.   You only have one window open!                     
  992.     You cannot go to another window when you have only one open. You
  993.     will need to open another one first.{.╬}
  994.  
  995.